VideoDecodeAcceleratorCapability

data class VideoDecodeAcceleratorCapability(profile: String, maxResolution: Size, minResolution: Size)

Describes a supported video decoding profile with its associated minimum and maximum resolutions.

Constructors

VideoDecodeAcceleratorCapability
Link copied to clipboard
fun VideoDecodeAcceleratorCapability(profile: String, maxResolution: Size, minResolution: Size)

Properties

maxResolution
Link copied to clipboard
val maxResolution: Size
Maximum video dimensions in pixels supported for this |profile|.
minResolution
Link copied to clipboard
val minResolution: Size
Minimum video dimensions in pixels supported for this |profile|.
profile
Link copied to clipboard
val profile: String
Video codec profile that is supported, e.g.

Sources

jvm source
Link copied to clipboard